Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/108 - Maths addition/

README.md /cody/swapnilsparsh/30DaysOfJavaScript/108 - Maths addition/README.md
238 Views
0 Comments
# math-addition-app-project

app.js /cody/swapnilsparsh/30DaysOfJavaScript/108 - Maths addition/app.js
225 Views
0 Comments
//generate random numbers
let firstNumber = parseInt(Math.random()*10);
let secondNumber = parseInt(Math.random()*10);

//get th
index.html /cody/swapnilsparsh/30DaysOfJavaScript/108 - Maths addition/index.html
446 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initia
style.css /cody/swapnilsparsh/30DaysOfJavaScript/108 - Maths addition/style.css
175 Views
0 Comments
body{
background: rgb(0, 0, 0);
}

#canvas{
box-sizing:border-box;
display: flex;
align-items: center;